home *** CD-ROM | disk | FTP | other *** search
- mgStateInclude Misc.txt
-
- //-------------------- General --------------------
- mgStateFillMode Solid
- mgStateCullMode Both
- mgStateShadeMode Flat
- mgStateClip N
-
- //-------------------- ZBuffer --------------------
- mgStateZBuffer Y
- mgStateZBufferWrite Y
- mgStateZBufferFunc LessEqual
- mgStateZBufferBias 0
-
- //-------------------- Texture --------------------
- mgStateTexture Y
- mgStateInclude MasqueParam.txt
-
- //-------------------- AlphaBlend --------------------
- mgStateAlphaBlend N
- mgStateAlphaBlendSrc SrcAlpha
- mgStateAlphaBlendDest InvSrcAlpha
- mgStateAlphablendOp Add
-
- //-------------------- AlphaTest --------------------
- mgStateAlphaTest Y
- mgStateAlphaTestRef 10
- mgStateAlphaTestFunc LessEqual
-
- //-------------------- Fog --------------------
- mgStateFog N
- mgStateInclude FogParam.txt
-
- //-------------------- Light --------------------
- mgStateLight N
- mgStateColorVertex Y
- mgStateNormalizeNormals N
- mgStateSpecular N
- mgStateDiffuseMatSource Color1
- mgStateSpecularMatSource Color2
- mgStateAmbientMatSource Color2
- mgStateEmissiveMatSource Material
-